OpenRoads Designer CONNECT Edition SDK Help

ProfileComplex(DPoint3d[], Boolean, Boolean, Boolean, Double, Double, Double, Double, Double, Double) Constructor

Initializes a new instance of the ProfileComplex class using Bellman Best Fit parameters

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public ProfileComplex( DPoint3d[] points,bool ptsAreXYZ,bool holdInTan,bool holdOutTan,double desiredHogKVal,double desiredSagKVal,double minimumVCLen,double upperTolerance,double lowerTolerance,double cogFilterVal)

Parameters

SettingDescription
  DPoint3d[] Point cli::array
   Bool -true if points are 3D
   Bool -true if hold in-tangent value
   Bool -true if hold out-tangent value
   Desired Hog K Value
   Desired Sag K Value
   Minimum VC Length
   Upper Tolerance
   Lower Tolerance
   Change-of-Gradient Filter value

See Also